Skip to content

Updates for Firefox 140 beta #26916

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2025
Merged

Updates for Firefox 140 beta #26916

merged 1 commit into from
May 27, 2025

Conversation

Elchi3
Copy link
Member

@Elchi3 Elchi3 commented May 27, 2025

The @openwebdocs BCD collector project v10.13.1 found new features shipping in Firefox 140 beta which was released today. Currently, the collector covers about 90% of BCD, so the following list might not be exhaustive. Also, if a feature is in Firefox Nightly only, it is not considered here.

With this PR, BCD considers the following 66 features as shipping in Firefox 140:

  • api.CSS.highlights_static
  • api.CookieChangeEvent
  • api.CookieChangeEvent.CookieChangeEvent
  • api.CookieChangeEvent.changed
  • api.CookieChangeEvent.deleted
  • api.CookieStore
  • api.CookieStore.change_event
  • api.CookieStore.delete
  • api.CookieStore.delete.partitioned_option
  • api.CookieStore.get
  • api.CookieStore.get.name_return_property
  • api.CookieStore.get.value_return_property
  • api.CookieStore.getAll
  • api.CookieStore.set
  • api.CookieStore.set.partitioned_option
  • api.CookieStoreManager
  • api.CookieStoreManager.getSubscriptions
  • api.CookieStoreManager.subscribe
  • api.CookieStoreManager.unsubscribe
  • api.Element.getHTML.escapes_lt_gt_in_attributes
  • api.Element.innerHTML.escapes_lt_gt_in_attributes
  • api.Element.outerHTML.escapes_lt_gt_in_attributes
  • api.ExtendableCookieChangeEvent
  • api.ExtendableCookieChangeEvent.ExtendableCookieChangeEvent
  • api.ExtendableCookieChangeEvent.changed
  • api.ExtendableCookieChangeEvent.deleted
  • api.Highlight
  • api.Highlight.Highlight
  • api.Highlight.add
  • api.Highlight.clear
  • api.Highlight.delete
  • api.Highlight.entries
  • api.Highlight.forEach
  • api.Highlight.has
  • api.Highlight.keys
  • api.Highlight.priority
  • api.Highlight.size
  • api.Highlight.type
  • api.Highlight.values
  • api.Highlight.@@iterator
  • api.HighlightRegistry
  • api.HighlightRegistry.clear
  • api.HighlightRegistry.delete
  • api.HighlightRegistry.entries
  • api.HighlightRegistry.forEach
  • api.HighlightRegistry.get
  • api.HighlightRegistry.has
  • api.HighlightRegistry.keys
  • api.HighlightRegistry.set
  • api.HighlightRegistry.size
  • api.HighlightRegistry.values
  • api.HighlightRegistry.@@iterator
  • api.LargestContentfulPaint.paintTime
  • api.LargestContentfulPaint.presentationTime
  • api.Notification.maxActions_static
  • api.PerformancePaintTiming.paintTime
  • api.PerformancePaintTiming.presentationTime
  • api.PerformancePaintTiming.toJSON
  • api.ServiceWorkerGlobalScope.cookiechange_event
  • api.ServiceWorkerGlobalScope.cookieStore
  • api.ServiceWorkerRegistration.cookies
  • api.ShadowRoot.getHTML.escapes_lt_gt_in_attributes
  • api.ShadowRoot.innerHTML.escapes_lt_gt_in_attributes
  • api.Window.cookieStore
  • css.selectors.highlight

Note: I also observe WebGPU enabled by default, but it seems to be a beta channel thing for now only, see https://groups.google.com/a/mozilla.org/g/dev-platform/c/hi1kFQF13Pk

See also mdn/mdn#680 and https://www.mozilla.org/en-US/firefox/140.0beta/releasenotes/

@github-actions github-actions bot added data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS size:l [PR only] 101-1000 LoC changed labels May 27, 2025
Copy link
Contributor

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

@caugner caugner self-requested a review May 27, 2025 16:11
Copy link
Contributor

@caugner caugner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, all changes in this PR refer to one these three features:

  1. CSS Highlight API
  2. CookieStore API
  3. PaintTimeMixin implementation

@caugner caugner merged commit 784df0d into mdn:main May 27, 2025
5 checks passed
@mdn-bot mdn-bot mentioned this pull request May 27, 2025
@Elchi3 Elchi3 deleted the firefox-140-beta branch May 27, 2025 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS size:l [PR only] 101-1000 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants